@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-Thin.woff2') format('woff2'),
    url('./fonts/poppins/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-ExtraLight.woff2') format('woff2'),
    url('./fonts/poppins/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-Light.woff2') format('woff2'),
    url('./fonts/poppins/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-Regular.woff2') format('woff2'),
    url('./fonts/poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-Medium.woff2') format('woff2'),
    url('./fonts/poppins/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
    url('./fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-Bold.woff2') format('woff2'),
    url('./fonts/poppins/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-ExtraBold.woff2') format('woff2'),
    url('./fonts/poppins/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-Black.woff2') format('woff2'),
    url('./fonts/poppins/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sedgwick Ave';
  src: url('./fonts/sedgwick-ave/SedgwickAve-Regular.woff2') format('woff2'),
    url('./fonts/sedgwick-ave/SedgwickAve-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('./fonts/outfit/Outfit-Bold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'Outfit';
  src: url('./fonts/outfit/Outfit-SemiBold.ttf') format('truetype');
  font-weight: 600;
}

@font-face {
  font-family: 'Outfit';
  src: url('./fonts/outfit/Outfit-Medium.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'Outfit';
  src: url('./fonts/outfit/Outfit-Regular.ttf') format('truetype');
  font-weight: 400;
}
